home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #4
/
Amiga Plus CD - 2000 - No. 4.iso
/
Tools
/
Text
/
Misc
/
TextloaderTNG
/
Rexx
/
FW-Center.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1999-09-02
|
281b
|
18 lines
/* Imports text from TLNG 2.0 to FinalWriter97 */
/* FW97_CenterText V1.0 © 19.07.99 by Jochen Grus */
OPTIONS RESULTS
ADDRESS "FINALW.1"
Justify Center
IF (pos == 0) THEN
DO
fontpath = 'Normal'
END
ELSE DO
fontpath = 'Normal'
END
Style fontpath
Type ' '
Paste